home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / master.sql < prev    next >
Text File  |  2000-05-12  |  588b  |  16 lines

  1. /* RCSVER $Id: master.sql,v 1.2 1999-02-24 14:40:24-06 randy CURRENT $ */
  2. /* *************************************************************************
  3. *        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. *
  5. * Name:        master.sql
  6. * Date:        02/17/1999
  7. * memo:        Randy Wood
  8. * Description:    Create the master table. This table contains the key used
  9. *        for initiating dialogue between the farebox and probe.
  10. * Changes:
  11. ************************************************************************* */
  12. CREATE TABLE master
  13. (
  14.     secret_key    VARCHAR2(16)    /* Connection key */
  15. );
  16.